roundtrip$500807$ - traduzione in olandese
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

roundtrip$500807$ - traduzione in olandese

SOFTWARE ENGINEERING CONCEPT
Roundtrip engineering

roundtrip      
n. retourbiljet
round trip         
WIKIMEDIA DISAMBIGUATION PAGE
Round-trip; Round tripping; Round trip (disambiguation); Roundtrip; Round Trip; Round Trip (album); Round-tripping; Roundtripping
retour
round tripping         
WIKIMEDIA DISAMBIGUATION PAGE
Round-trip; Round tripping; Round trip (disambiguation); Roundtrip; Round Trip; Round Trip (album); Round-tripping; Roundtripping
combinatiezaak, zaak van wisselhandel die aantal factoren erbij betrekt

Definizione

round trip
(round trips)
1.
If you make a round trip, you travel to a place and then back again.
The train operates the 2,400-mile round trip once a week.
N-COUNT
2.
A round-trip ticket is a ticket for a train, bus, or plane that allows you to travel to a particular place and then back again. (AM; in BRIT, use return
)
Mexicana Airlines has announced cheaper round-trip tickets between Los Angeles and cities it serves in Mexico.
ADJ: ADJ n

Wikipedia

Round-trip engineering

Round-trip engineering (RTE) is a functionality of software development tools that synchronizes two or more related software artifacts, such as, source code, models, configuration files, and even documentation. The need for round-trip engineering arises when the same information is present in multiple artifacts and therefore an inconsistency may occur if not all artifacts are consistently updated to reflect a given change. For example, some piece of information was added to/changed in only one artifact and, as a result, it became missing in/inconsistent with the other artifacts.

Round-trip engineering is closely related to traditional software engineering disciplines: forward engineering (creating software from specifications), reverse engineering (creating specifications from existing software), and reengineering (understanding existing software and modifying it). Round-trip engineering is often wrongly defined as simply supporting both forward and reverse engineering. In fact, the key characteristic of round-trip engineering that distinguishes it from forward and reverse engineering is the ability to synchronize existing artifacts that evolved concurrently by incrementally updating each artifact to reflect changes made to the other artifacts. Furthermore, forward engineering can be seen as a special instance of RTE in which only the specification is present and reverse engineering can be seen as a special instance of RTE in which only the software is present. Many reengineering activities can also be understood as RTE when the software is updated to reflect changes made to the previously reverse engineered specification.

Another characteristic of round-trip engineering is automatic update of the artifacts in response to automatically detected inconsistencies. In that sense, it is different from forward- and reverse engineering which can be both manual (traditionally) and automatic (via automatic generation or analysis of the artifacts). The automatic update can be either instantaneous or on-demand. In instantaneous RTE, all related artifacts are immediately updated after each change made to one of them. In on-demand RTE, authors of the artifacts may concurrently evolve the artifacts (even in a distributed setting) and at some point choose to execute matching to identify inconsistencies and choose to propagate some of them and reconcile potential conflicts.

Round trip engineering supports an iterative development process. After you have synchronized your model with revised code, you are still free to choose the best way to work – make further modifications to the code or make changes to your model. You can synchronize in either direction at any time and you can repeat the cycle as many times as necessary.